-
Notifications
You must be signed in to change notification settings - Fork 31
add multimodal support for qwen2.5 #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
add multimodal support for qwen2.5 #90
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code has been tested to work properly and can perform normal inference requests on qwen2.5 multi-mode data.
Thanks, that worked for me |
@abdulazizab2 is this PR support for Qwen/Qwen2.5-VL-7B-Instruct ? |
It should support all Qwen2.5-VL architectures. It worked for 7B specifically |
Is the Triton support request image URL for inference? And I always get an error as follows:
My request data is like:
|
Try this sample request and refine it with your parameters
|
@abdulazizab2 thank you for your share, but I also get an error like:
triton version: |
Can you check with the following versions: |
Issue
Only multi-modal input supported in vllm backend is Llama 3.2
Contribution